home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 373
- Top = 129
- BorderStyle = bsDialog
- Caption = 'FTP Browser Demo for ftp.microsoft.com'
- ClientHeight = 416
- ClientWidth = 550
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object CurrentDir: TLabel
- Left = 8
- Top = 8
- Width = 3
- Height = 13
- end
- object FileList: TListView
- Left = 8
- Top = 32
- Width = 441
- Height = 305
- Color = 8404992
- Columns = <
- item
- Caption = 'FileName'
- Width = 150
- end
- item
- Caption = 'File Size'
- Width = 200
- end>
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clYellow
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- SortType = stData
- TabOrder = 0
- ViewStyle = vsReport
- OnCompare = FileListCompare
- OnDblClick = FileListDblClick
- end
- object GetFileListButton: TButton
- Left = 464
- Top = 40
- Width = 75
- Height = 25
- Caption = 'Get File List'
- TabOrder = 1
- OnClick = GetFileListButtonClick
- end
- object Panel1: TPanel
- Left = 0
- Top = 344
- Width = 550
- Height = 72
- Align = alBottom
- BevelOuter = bvLowered
- BorderWidth = 3
- TabOrder = 2
- object Status: TLabel
- Left = 4
- Top = 4
- Width = 542
- Height = 64
- Align = alClient
- AutoSize = False
- end
- end
- object UpButton: TButton
- Left = 464
- Top = 72
- Width = 75
- Height = 25
- Caption = 'Up'
- TabOrder = 3
- OnClick = UpButtonClick
- end
- end
-